home *** CD-ROM | disk | FTP | other *** search
- version (2 bytes)
- type (4 bytes)
- creator (4 bytes)
-
- data fork
- (data fork information is recorded whether or not any data is in the data fork)
- <DF> (4 bytes)
- data fork length (4 bytes)
- data fork data (data fork length)
-
- (if there is no resource fork then the file will end here)
- resource fork
- resource type (4 bytes)
- resource id (4 bytes)
- resource name length (2 bytes)
- resource name (resource name length)
- resource data length (4 bytes)
- resource data (resource data length)
- purgeable? 0/1 (1 byte)
- preload? 0/1 (1 byte)
- locked? 0/1 (1 byte)
- protected? 0/1 (1 byte)
- sysheap? 0/1 (1 byte)
-